home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 3
/
Amiga Tools 3.iso
/
rexx
/
time.quill
< prev
next >
Wrap
Text File
|
1995-08-29
|
231b
|
20 lines
/**
** $VER: Time.quill 1.0 (30.9.94)
** By Timothy J. Aston
**
** Quickly nserts the time at the current cursor position.
**
**/
/* Some setup first.
*/
options results
options failat 200
main:
'TEXT' time()
exit